-
Notifications
You must be signed in to change notification settings - Fork 932
Tune parameters to reduce intermittent failures in S3 TM pauseAndResume integ test #6336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…me integ test (#6336) * Fix flaky s3 TM pauseAndResume integ test * Comment out entire test * Tune paramters to reduce flakiness
|
This was merged as part of #6343 |
This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one. |
Tune parameters to reduce intermittent failures in
S3TransferManagerDownloadPauseResumeIntegrationTest.pauseAndResume_ObjectNotChanged_shouldResumeDownload
integration test.Motivation and Context
Depending on the timing of
waitUntilFirstByteBufferDelivered
, the entire file may have been downloaded causing theassertThat(bytesTransferred).isLessThan(sourceFile.length())
to fail.Modifications
This PR changes three paramters:
Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsscripts/new-change
script and following the instructions. Commit the new file created by the script in.changes/next-release
with your changes.License